home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / boot / menus / custom.scn < prev    next >
Encoding:
Text File  |  2004-12-14  |  2.7 KB  |  49 lines

  1. #
  2. # User-defined Tools
  3. #
  4. custom_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.2                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                              [User-defined Tools]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[brightgrey on cyan]
  16. print " Please read the [Customizing Ultimate Boot CD] in ubcd/index.html first to     "
  17. print " understand how to create and add your own boot images to this CD.              "
  18. print "                                                                                "
  19. print " The menu file for this screen is found in boot/menus/custom.scn. Use any       "
  20. print " standard text editor to modify the file to add your own boot images. Make sure "
  21. print " you modify the [Actions] section below to add your own key mappings to launch  "
  22. print " the user-defined boot images.                                                  "
  23. set textColor = color[white on cyan]
  24. print "                                                                                "
  25. set textColor = color[yellow on cyan]
  26. print " User-defined Section                                                           "
  27. set textColor = color[white on cyan]
  28. print " [F1] User-defined Program                                                      "
  29. print "                                                                                "
  30. print "                                                                                "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. set textColor = color[white on blue]
  38. print "             Please select an item (ESC to return to previous menu)             "
  39. set textColor = color[white on black]
  40.  
  41. #
  42. # Actions
  43. #
  44. getkey 500 goto hddboot80
  45. if ($lastKey == key[f1]); then memdisk myimage.img
  46. if ($lastKey == key[esc]); then script main.scn
  47. goto custom_menu
  48.  
  49.